DO NOT USE important flag in CSS

Important flag overrides all specificity

Created: 2022-10-06


Recommended to never use it unless you absolutely have to. 
Situations in which you may use !important flag value

Why:
!important flag changes the way the cascade normally works,

What's the worse that could happen:
It can make debugging CSS problems really hard to work out, especially in a large stylesheet.